home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gdb-4.5 / dist / glob / configure.in < prev    next >
Encoding:
Text File  |  1992-02-11  |  830 b   |  55 lines

  1. # This file is a shell script that supplies the information necessary
  2. # to tailor a template configure script into the configure script
  3. # appropriate for this directory.  For more information, check any
  4. # existing configure script.
  5.  
  6. srctrigger=glob.c
  7. srcname="glob library"
  8. configdirs=""
  9.  
  10. # per-host:
  11.  
  12. files=sysdep-norm.h
  13. links=sysdep.h
  14.  
  15. case "${host_os}" in
  16. aix*)
  17.     my_host=aix
  18.     case "${host_cpu}" in
  19.     rs6000)    files=sysdep-aix.h;;
  20.     esac
  21.     ;;
  22.  
  23. irix*)
  24.     files=sysdep-irix.h
  25.     ;;
  26.  
  27. newsos* | mach*)
  28.     files=sysdep-obsd.h
  29.     ;;
  30.  
  31. sysv4*)
  32.     my_host=sysv4
  33.     ;;
  34.  
  35. sysv*)
  36.     case "${host_vendor}" in
  37.     sco*)     files=sysdep-sco.h;;
  38.     apollo*)    files=sysdep-a68v.h
  39.             my_host=apollo68v ;;
  40.     esac
  41.     ;;
  42.  
  43. m88kbcs)
  44.     my_host=delta88
  45.     ;;
  46. esac
  47.  
  48. host_makefile_frag=config/mh-${my_host}
  49.  
  50. if [ ! -f ${host_makefile_frag} ] ; then
  51.     host_makefile_frag=
  52. fi
  53.  
  54. # per-target:
  55.